From: Richard M. Stallman Date: Mon, 24 May 1993 17:44:10 +0000 (+0000) Subject: [NO_MATHERR]: Undef HAVE_MATHERR. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96035 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f89182a25c6d5519abf1354ac39da67f0fd749c0;p=emacs.git [NO_MATHERR]: Undef HAVE_MATHERR. --- diff --git a/src/floatfns.c b/src/floatfns.c index 4449d5c5117..7d741ff1443 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -65,6 +65,10 @@ extern double logb (); # endif #endif +#ifndef NO_MATHERR +#undef HAVE_MATHERR +#endif + #ifdef HAVE_MATHERR # ifdef FLOAT_CHECK_ERRNO # undef FLOAT_CHECK_ERRNO